home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 651-660 / 652 / elements / convert.doc < prev    next >
Text File  |  1995-03-15  |  2KB  |  44 lines

  1.  
  2. 05-07-92
  3.  
  4. "Convert" is a simple utility I used when I first converted my original ASCII
  5. data files into faster binary format. You can use this program to change the
  6. names of the elements and symbols, thereby using the proper names if you are
  7. in a different country (thanks to Andreas Mack from Germany for the
  8. suggestion on doing this - "Mercury" is "Quecksilber" in his country).
  9.  
  10. HOW TO USE CONVERT:
  11.  
  12. NOTE: You must do the conversion from the CLI.
  13.  
  14. The ASCII source files for each of the included language files are included
  15. in the Data directory. These files have a TXT extension, and contain a list
  16. of element numbers, names, symbols, and row/column information. I'm giving
  17. you permission to change ONLY the symbol and element names, as any other
  18. changes should break the program in all weird manners.
  19.  
  20. Simply select a TXT file as a starting point for your language, make a
  21. copy of it, and modify it with a text editor, changing the names/symbols
  22. necessary. Please keep symbols three characters or less, and names 15
  23. characters or less. If you exceed these values, you will probably mess
  24. up something (I won't go into this). Save the file with a new name (a good
  25. idea would to be to call it the name of your language, as in Yiddish.TXT).
  26.  
  27. Run Convert:
  28.  
  29.    Like this:   "Convert <text_file.TXT> <binary_file.DAT> [RETURN]"
  30.  
  31.    where <text_file.TXT> is the name of the modified copy of the ASCII
  32.       English.TXT data file and <binary_file.DAT> is the name you want to
  33.       call your converted binary file.
  34.  
  35. If anyone builds a new symbol/name file for his/her country that does not
  36. use all American names, please drop me a disk with your file, and I'll
  37. include it in my next release of Elements to PD. I'll be happy to reimburse
  38. you with the latest version of Elements (if there are any more enhancements...).
  39.  
  40.  
  41. To use your language file, select it into the "NameFile" tooltype in the icon and
  42. run Elements III.
  43.  
  44.